home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / vs / vsinterf.proto.h < prev    next >
Text File  |  1993-08-30  |  2KB  |  43 lines

  1.  
  2. /* vsinterf.c */
  3. short VSinit(short max);
  4. short VSiscapturing(short w);
  5. short VSisprinting(short w);
  6. void ClosePrintingFile(short w);
  7. Boolean VSopencapture(short scrn_num, short w);
  8. void VSclosecapture(short w);
  9. void VScapture(unsigned char *ptr, short len);
  10. short VSvalids(short w);
  11. VSscrn *VSwhereis(short i);
  12. void VSIclrbuf(void);
  13. short VSnewscreen(short maxlines, short screensave, short maxwid, short IDC, short forcesave);
  14. short VSdestroy(short w);
  15. short VSckconsist(short out, short verbose);
  16. void VSdetach(short w);
  17. short VSredraw(short w, short x1, short y1, short x2, short y2);
  18. short VSwrite(short w, char *ptr, short len);
  19. short VSclear(short w);
  20. void VSpossendEM(short w, short x, short y, short echo);
  21. void VSpossend(short w, short x, short y, short echo);
  22. char VSkbsend(short w, unsigned char k, short echo);
  23. short VSclearall(short w);
  24. short VSreset(short w);
  25. char *VSgetline(short w, short y);
  26. void VSscrolright(short w, short n);
  27. void VSscrolleft(short w, short n);
  28. short VSscroltop(short w);
  29. short VSscrolback(short w, short in);
  30. short VSscrolforward(short w, short n);
  31. short VSsetrgn(short w, short x1, short y1, short x2, short y2);
  32. short VSscrolcontrol(short w, short scrolon, short offtop);
  33. short VSgetrgn(short w, short *x1, short *y1, short *x2, short *y2);
  34. short VSsnapshot(short w);
  35. short VSmaxwidth(short w);
  36. VSlinePtr VSIGetLineStart(short w, short y1);
  37. char *VSIstrcopy(char *src, short len, char *dest, short table);
  38. long VSgettext(short w, short x1, short y1, short x2, short y2, char *charp, long max, char *EOLS, short table);
  39. short VSgetlines(short w);
  40. short VSsetlines(short w, short lines);
  41. short VSsetcols(short w, short myWidth);
  42. short VSgetcols(short w);
  43.